object LoadGameForm: TLoadGameForm Left = 363 Top = 247 BorderIcons = [] BorderStyle = bsDialog Caption = 'Load Game' ClientHeight = 328 ClientWidth = 429 Color = clBlack Font.Color = 39064 Font.Height = -16 Font.Name = 'Courier New' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 18 object Image1: TImage Left = 0 Top = 0 Width = 429 Height = 328 AutoSize = True Picture.Data = {} end object RFSpriteControl5: TRFSpriteControl Left = 100 Top = 292 Width = 104 Height = 29 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\lload' OnClick = Button1Click OnMouseDown = RFSpriteControl5MouseDown OnMouseUp = RFSpriteControl5MouseUp end object RFSpriteControl1: TRFSpriteControl Left = 235 Top = 292 Width = 104 Height = 29 AutoSize = True ImageIndex = 0 CycleInterval = 50 AnimationActive = False Offset.X = 0 Offset.Y = 0 BaseFilename = 'launcher\lcancel' OnClick = Button2Click OnMouseDown = RFSpriteControl5MouseDown OnMouseUp = RFSpriteControl5MouseUp end object SelectGameBox: TListBox Left = 8 Top = 64 Width = 409 Height = 209 BorderStyle = bsNone Color = clBlack Ctl3D = False Font.Color = 20640 Font.Height = -16 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 18 Items.Strings = ( '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890' '1234567890123456789012345678901234567890') ParentCtl3D = False ParentFont = False TabOrder = 0 end end